@font-face {
    font-family: "Space Mono";
    src: url(/fonts/SpaceMono-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Mulish";
    src: url(/fonts/Mulish-VariableFont_wght.ttf) format("truetype");
}

@font-face {
    font-family: "Irish Grover";
    src: url(/fonts/IrishGrover-Regular.ttf) format("truetype");
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Space Mono";
    background-color: #232323;
}

.header {
    font-family: "Space Mono";
    background: linear-gradient(#ffcc66, #cc9933);
    height: 100px;
}

nav ul li {
    list-style-type: none;
    padding: 10px;
}

ul li a {
    color: white;
    transition: 0.3s;
}

ul li a:hover {
    color: #cc9933;
}

.header__menu li a{
    text-decoration: none;
}

.header__menu {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -250px;
    background-color: #232323;
    padding-top: 60px;
    transition: left 0.5s ease;
}

.header__menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.header__menu.close {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 22px;
}

.burger-icon span {
    display: block;
    width: 23px;
    height: 2px;
    background-color: black;
    margin: 5px 23px;
}

.header__logo-cta {
    margin-left: 90px;
    justify-content: center;
    align-items: center;
}

.header__menu.menu__item {
    display: grid;
    position: absolute;
    background: #232323;
    width: 100%;
    top: 75px;
    left: 0;
    z-index: -1;
    transition: 0.6s;
}

.header__menu.menu__item.menu__link {
    padding-left: 35px;
}

nav .burger-icon {
    width: 40px;
    height: 5px;
    margin-bottom: 10px;
    border-radius: 10%;
    transition: 0.6s;
}

.footer {
    font-family: "Mulish";
    background-color: #FEAE0B;
    width: auto;
    height: 710px;
}

.footer_logo {
    width: 68px;
    height: 68px;
    margin: 25px;
}

.footer__info {
    font-family: "Irish Grover";
    margin-left: 100px;
    margin-top: -85px;
}

.footer__sections {
    margin-left: 40px;
    margin-top: 80px;
    line-height: 150%;
}

.footer__address {
    margin-left: 40px;
    margin-top: 30px;
    line-height: 150%;
}

.footer__social-title {
    margin-left: 40px;
    margin-top: 30px;
    line-height: 150%;
}

.footer__social-icon {
    margin-top: 40px;
    margin-left: 40px;
}

.orange-bar {
    width: 100%;
    height: 50px;
    background-color: rgb(231, 122, 27);
    opacity: 0.64;
}

.orange-bar-1 {
    margin-top: -35px;
    margin-left: 24px;
    width: 32.5%;
    height: 15px;
}

.about__title {
    color: white;
    margin-left: 28px;
}

.about__subtitle {
    color: orange;
    margin-left: 14px;
    text-decoration: underline;
}

.about__description {
    margin-left: 25px;
    font-family: "Mulish";
    color: white;
    margin-right: 30px;
    line-height: 23px;
    margin-bottom: 45px;
}

.vision-title {
    margin-left: 28px;
    color: white;
}

.vision-description {
    margin-left: 26px;
    font-family: "Mulish";
    color: white;
    margin-right: 40px;
    line-height: 25px;
    margin-bottom: 50px;
}